home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / ru01.zip / RASTPORT.DOC < prev    next >
Text File  |  1993-06-11  |  3KB  |  94 lines

  1.                                RastPort V1.1
  2.                  (c) Copyright 1993 By Blueview Software.
  3.                             All Rights Reserved.
  4.  
  5. Introduction...
  6.  
  7.    The RastPort is an image conversion program for programmers. It allows 
  8. you to convert PCX files to a format useable by your compiler or graphics
  9. library. The converted format can be displayed with your compiler PutImage
  10. function.
  11.  
  12.   With the RastPort you can create XGF files from 2 to 256 colors. The RastPort
  13. creates mode specific images that can be displayed in Turbo C, QuickC, Turbo
  14. Pascal, QuickBASIC, and PowerBASIC. The RastPort can also convert pcx files to
  15. SPR/PPR that are used by the Fastgraph Library.
  16.  
  17.  
  18. Requirements...
  19.  
  20.    Dos 3 or higher
  21.  
  22.  
  23. Customer Service...
  24.  
  25.      If you have any questions, comments, or suggestions,
  26.      Blueview Software can be contacted through several means.
  27.  
  28.      BBS   - Baudeville BBS (416) 283-0114
  29.            - Leave message to NICK ONOUFRIOU in the main conference.
  30.  
  31.      Shareware Conferences - RIME, INTELEC, NANET, CITY2CITY, FIDONET,
  32.                              and ILINK. Leave message to NICK ONOUFRIOU.
  33.  
  34.      Internet: nick.onoufriou@bville.gts.org
  35.                nick.onoufriou@canrem.com
  36.  
  37.      Fido net-mail: 1:250/304
  38.                     1:229/15
  39.  
  40.      Surface Mail  - Blueview Software
  41.                      2300 Lawrence Ave. East BOX 80551
  42.                      Scarborough, Ontario
  43.                      CANADA  M1P 2R0
  44.  
  45.      NOTE: All mail _will_ be answered. If you do not receive a reply
  46.            within a few days please try again, mail does get lost.
  47.  
  48.  
  49. Using the Rastport...
  50.  
  51.   RASTPORT <infile> <outfile> /format
  52.  
  53.   The <infile> must be a standard PCX files containing 2-256 colors.
  54.   The <outfile> will be either XGF,SPR, or PRP depending on the selected
  55.   format.
  56.  
  57.   The format must be TCx,TPx,QBx,PBx,QCx,SPR, or PPR. The x must be
  58.   substituted for the amount of colors, values can be 2,4,16, and 256.
  59.  
  60.   TC16 would create an XGF file that can be displayed in the 16 color
  61.   modes using Turbo C. Use the supplied source code to display 16 and
  62.   256 color XGF files.
  63.  
  64.   SPR/PPR are standard pixel run formats used by the Fastgraph library, use
  65.   xinfo.exe utility to determine the width and run count.
  66.  
  67.  
  68. Registering...
  69.  
  70.  The Rastport is NOT free software. If you use this program you must pay for
  71.  it. Registration entitles you to a key file that deactivates the nag screens
  72.  from the current and future versions. The key file also enables the 256
  73.  color option which is restricted in the unregistered version.
  74.  
  75.                          * BONUS * BONUS * BONUS *
  76.  
  77.   Order anytime from June 1/93 to September 30/93 and receive our Super
  78.   Sprite/Icon editor for FREE!
  79.  
  80.   When you register you will receive your key file and the latest versions of:
  81.  
  82.     1) Raster Master - Sprite/Icon editor. Fully functional in every way
  83.                        possible! See RMASTER.TXT for description.
  84.  
  85.     2) Rastport - PCX conversion utility (2 to 256 colors)
  86.  
  87.     3) Raster Clip - Screen clipping utility  (16 and 256 color PCX files)
  88.  
  89.     4) Bin2Src  - Converts binary files to source code form.
  90.  
  91.   All for the just $20.00 (US) or $24.00 (Canadian)
  92.  
  93.  
  94.